From 1c05364fc0282b71129237afad82584934bb5c86 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 5 Nov 2006 23:54:08 +0000 Subject: [PATCH] Minor tweaks to build (regen deps, bump number, etc.) to release 1.3.2. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2479 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 20 +++++++++++++------- gpsbabel/configure | 18 +++++++++--------- gpsbabel/configure.in | 2 +- gpsbabel/tools/gcfg | 17 +++++++++++++++++ gpsbabel/tools/mkcapabilities.in | 3 +++ gpsbabel/xmldoc/makedoc.in | 4 ++++ 6 files changed, 47 insertions(+), 17 deletions(-) create mode 100755 gpsbabel/tools/gcfg diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index c6c6aff56..fcfc1a08b 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -98,7 +98,7 @@ WEB=@DOCDIR@ all: gpsbabel$(EXEEXT) -gpsbabel$(EXEEXT): $(OBJS) @GPSBABEL_DEBUG@ +gpsbabel$(EXEEXT): $(OBJS) @GPSBABEL_DEBUG@ Makefile configure $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) @LIBS@ @EXPAT_LIB@ @USB_LIBS@ $(OUTPUT_SWITCH)$@ gpsbabel-debug: $(OBJS) @@ -190,7 +190,7 @@ WINFILES = gpsbabel.exe mingw/libexpat.dll win32/GPSBabelGUI.exe win32/gui-2/REA # in and tagged. # release-sourcecheck: -#rjl cvs commit + cvs commit ./chkdoc make clean rm -fr gpsbabel-$(VERSIOND) @@ -296,7 +296,12 @@ cet_util.o: cet_util.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ coastexp.o: coastexp.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h xmlgeneric.h uuid.h compegps.o: compegps.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ - zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h \ + jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \ + jeeps/gpsdevice.h jeeps/gpssend.h jeeps/gpsread.h jeeps/gpsutil.h \ + jeeps/gpsapp.h jeeps/gpsprot.h jeeps/gpscom.h jeeps/gpsfmt.h \ + jeeps/gpsmath.h jeeps/gpsmem.h jeeps/gpsrqst.h jeeps/gpsinput.h \ + jeeps/gpsproj.h copilot.o: copilot.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h coldsync/palm.h \ coldsync/../gbtypes.h coldsync/pdb.h grtcirc.h @@ -457,7 +462,7 @@ mag_pdb.o: mag_pdb.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ magproto.o: magproto.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h magellan.h gbser.h main.o: main.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ - gbfile.h cet.h cet_util.h inifile.h filterdefs.h + gbfile.h cet.h cet_util.h inifile.h filterdefs.h csv_util.h mapsend.o: mapsend.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h mapsend.h magellan.h mapsource.o: mapsource.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ @@ -513,8 +518,8 @@ queue.o: queue.c queue.h quovadis.o: quovadis.c quovadis.h defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \ coldsync/palm.h coldsync/../gbtypes.h coldsync/pdb.h -radius.o: radius.c defs.h config.h queue.h gbtypes.h cet.h cet_util.h \ - inifile.h filterdefs.h grtcirc.h +radius.o: radius.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h grtcirc.h reverse_route.o: reverse_route.c defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \ filterdefs.h @@ -572,7 +577,8 @@ tpo.o: tpo.c defs.h config.h queue.h gbtypes.h zlib/zlib.h zlib/zconf.h \ trackfilter.o: trackfilter.c defs.h config.h queue.h gbtypes.h \ zlib/zlib.h zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h \ filterdefs.h strptime.h grtcirc.h -transform.o: transform.c defs.h filterdefs.h +transform.o: transform.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ + zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h filterdefs.h unicsv.o: unicsv.c defs.h config.h queue.h gbtypes.h zlib/zlib.h \ zlib/zconf.h gbfile.h cet.h cet_util.h inifile.h csv_util.h \ jeeps/gpsmath.h jeeps/gps.h jeeps/../defs.h jeeps/gpsport.h \ diff --git a/gpsbabel/configure b/gpsbabel/configure index be7c1e896..9b7086aaa 100755 --- a/gpsbabel/configure +++ b/gpsbabel/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for GPSBabel 1.3.1. +# Generated by GNU Autoconf 2.59 for GPSBabel 1.3.2. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GPSBabel' PACKAGE_TARNAME='gpsbabel' -PACKAGE_VERSION='1.3.1' -PACKAGE_STRING='GPSBabel 1.3.1' +PACKAGE_VERSION='1.3.2' +PACKAGE_STRING='GPSBabel 1.3.2' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE_RELEASE GBMAJOR GBMINOR GBMICRO build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE FILEINFO RC LIBUSBCONFIG USB_LIBS USB_CFLAGS OSJEEPS GBSER ZLIB EXPAT_LIB EFENCE_LIB GPSBABEL_DEBUG INSTALL_DEBUG DOCDIR LIBOBJS LTLIBOBJS' @@ -738,7 +738,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GPSBabel 1.3.1 to adapt to many kinds of systems. +\`configure' configures GPSBabel 1.3.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -800,7 +800,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GPSBabel 1.3.1:";; + short | recursive ) echo "Configuration of GPSBabel 1.3.2:";; esac cat <<\_ACEOF @@ -929,7 +929,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GPSBabel configure 1.3.1 +GPSBabel configure 1.3.2 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -943,7 +943,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GPSBabel $as_me 1.3.1, which was +It was created by GPSBabel $as_me 1.3.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -3812,7 +3812,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GPSBabel $as_me 1.3.1, which was +This file was extended by GPSBabel $as_me 1.3.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3872,7 +3872,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GPSBabel config.status 1.3.1 +GPSBabel config.status 1.3.2 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/gpsbabel/configure.in b/gpsbabel/configure.in index 30125b2a8..55b9aa081 100644 --- a/gpsbabel/configure.in +++ b/gpsbabel/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(GPSBabel, 1.3.1, BUG-REPORT-ADDRESS) +AC_INIT(GPSBabel, 1.3.2, BUG-REPORT-ADDRESS) # YYYYMMDD, please, if beta, i.e. "-beta20060413" PACKAGE_RELEASE="" diff --git a/gpsbabel/tools/gcfg b/gpsbabel/tools/gcfg new file mode 100755 index 000000000..031c20831 --- /dev/null +++ b/gpsbabel/tools/gcfg @@ -0,0 +1,17 @@ +# Script to configure cross build suitable for inclusion in Earth. +S=. +LDFLAGS=-s \ +CFLAGS=-DXML_UNICODE \ +CC=/usr/local/cross-tools/bin/i386-mingw32msvc-gcc \ +$S/configure --host=i386-pc-mingw32 \ + --without-zlib \ + --disable-shapefile \ + --disable-pdb \ + --disable-csv \ + --disable-filters \ + --without-cet \ + --without-pdb \ + --without-filters \ + --with-expathdr=$S/mingw/includew \ + --with-libexpat=$S/mingw/libw + diff --git a/gpsbabel/tools/mkcapabilities.in b/gpsbabel/tools/mkcapabilities.in index 172b12adf..44fd8bb84 100755 --- a/gpsbabel/tools/mkcapabilities.in +++ b/gpsbabel/tools/mkcapabilities.in @@ -1,3 +1,6 @@ +# +# mkcapabilities.in is used to create mkcapabilities. +# ./gpsbabel -^2 | sed 's/\&/\&/' | awk -F'\t' ' function getcap(type, cap, sname, lname) { if (type == "internal") return diff --git a/gpsbabel/xmldoc/makedoc.in b/gpsbabel/xmldoc/makedoc.in index 7653f5342..cf3b354ea 100755 --- a/gpsbabel/xmldoc/makedoc.in +++ b/gpsbabel/xmldoc/makedoc.in @@ -1,5 +1,9 @@ #!/usr/bin/perl +# +# makedoc.in is used to generate makedoc. +# + sub expandrw { my $read = shift; my $write = shift; -- 2.30.2